Information about plays

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

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

{
    "id": 1390004,
    "uri": "https://api.kexp.org/v2/plays/1390004/?format=api",
    "airdate": "2008-06-25T18:48:46-07:00",
    "show": 24261,
    "show_uri": "https://api.kexp.org/v2/shows/24261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BBUvOg5KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BBUvOg5KL._SL75_.jpg",
    "song": "I'm Not Lonesome Anymore",
    "track_id": "5c0753e6-5c39-48f3-9785-4cd717469de5",
    "recording_id": null,
    "artist": "The Pine Leaf Boys",
    "artist_ids": [
        "1f5eabd0-4f4b-4a97-948e-7f805a3e0587"
    ],
    "album": "La Musique",
    "release_id": "4f515dc9-2aa5-465a-8e39-2cb5cddc04fe",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "2006-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}