Information about plays

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

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

{
    "id": 504396,
    "uri": "https://api.kexp.org/v2/plays/504396/?format=api",
    "airdate": "2002-01-06T22:00:00-08:00",
    "show": 8675,
    "show_uri": "https://api.kexp.org/v2/shows/8675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pYwjiJCRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pYwjiJCRL._SL75_.jpg",
    "song": "The Cure (feat. Lord Jamar)",
    "track_id": "5417873c-3dcd-45d2-ab1a-9f230e360056",
    "recording_id": null,
    "artist": "Jimmy Greene",
    "artist_ids": [
        "1c8609a0-c71a-432d-8273-6d4caaad47d3"
    ],
    "album": "As Long as You're Living Yours: The Music of Keith Jarrett",
    "release_id": "0abae3ff-d585-4ce9-84d4-c3ab07dd27bb",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}