Information about plays

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

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

{
    "id": 532584,
    "uri": "https://api.kexp.org/v2/plays/532584/?format=api",
    "airdate": "2002-03-29T16:05:42-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21BSJ0YV4ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21BSJ0YV4ZL._SL75_.jpg",
    "song": "Hanging With the Wrong Crowd",
    "track_id": null,
    "recording_id": null,
    "artist": "Ed Harcourt",
    "artist_ids": [
        "0cda9358-1def-49aa-a0ff-10320f40522f"
    ],
    "album": "Here Be Monsters",
    "release_id": "a882330e-ed9b-4e7d-8a50-20c532e168ee",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2001-06-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}