Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/424437/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 424437,
    "uri": "https://api.kexp.org/v2/plays/424437/?format=api",
    "airdate": "2001-05-14T20:27:41-07:00",
    "show": 7119,
    "show_uri": "https://api.kexp.org/v2/shows/7119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KJ4H4SGCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KJ4H4SGCL._SL75_.jpg",
    "song": "Sal'",
    "track_id": "0fa5b228-d51c-47a3-95b3-19b2e3b37717",
    "recording_id": null,
    "artist": "Oliver N'Goma",
    "artist_ids": [
        "6e72a62b-2098-4d8c-9feb-b8f4c23a4a7d"
    ],
    "album": "Seva",
    "release_id": "dac8b852-902b-4d02-af82-166c3a514503",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [
        "b126b1c1-7f87-49ff-aabb-93b272b54320"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}